home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / soseng.zip / EXAMPLE.C < prev    next >
Text File  |  1993-03-17  |  184b  |  13 lines

  1. /*
  2.    EXAMPLE.C
  3.    How to use the SOS-ENGINE with C
  4.    Be sure to add SOSFUNC to your link statement
  5. */
  6.  
  7. void_main
  8. {
  9.  
  10.    SeOnLog;                 /* Turn on logging */
  11.  
  12. }
  13.